Skip to content

Update primary and accent colors to blue (#2563eb) matching landing page#1572

Merged
gugu merged 2 commits into
mainfrom
feat/update-primary-color-to-blue
Feb 6, 2026
Merged

Update primary and accent colors to blue (#2563eb) matching landing page#1572
gugu merged 2 commits into
mainfrom
feat/update-primary-color-to-blue

Conversation

@gugu

@gugu gugu commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

Replace the dark charcoal (#212121) primary and purple (#C177FC) accent with the landing page's blue (#2563eb) for consistent branding.

Replace the dark charcoal (#212121) primary and purple (#C177FC) accent
with the landing page's blue (#2563eb) for consistent branding.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gugu gugu enabled auto-merge (squash) February 6, 2026 10:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the application's primary and accent theme colors from dark charcoal (#212121) and purple (#C177FC) to a blue color (#2563eb) to match the landing page branding. The changes affect the central theme configuration and fallback values used when connections don't have custom colors defined.

Changes:

  • Updated default theme colors in main.ts configuration
  • Updated fallback theme colors in connections.service.ts for connections without custom branding

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
frontend/src/main.ts Updated the default primaryPalette and accentedPalette from #212121 and #C177FC to #2563eb in the central theme configuration
frontend/src/app/services/connections.service.ts Updated three instances of fallback theme colors to #2563eb when connections lack custom colors or properties

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread frontend/src/main.ts
Comment on lines +48 to +49
primaryPalette: '#2563eb',
accentedPalette: '#2563eb',

Copilot AI Feb 6, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The color update is incomplete. While the primary theme colors have been changed to #2563eb, there are numerous hardcoded instances of the old colors throughout the codebase that have not been updated:

  1. The old primary color #212121 appears in multiple CSS files (app.component.css, db-tables-list.component.css, and others) where it's used for backgrounds, borders, and text colors
  2. The old accent color #C177FC appears in several places including saved-filters-dialog.component.css, company.component.html, and page-not-found.component.html
  3. In db-tables-list.component.ts, #212121 is still used as the default folder icon color and in the folderIconColors array

For consistent branding as described in the PR, these additional occurrences should be evaluated and potentially updated as well. At minimum, the folder icon default color in db-tables-list.component.ts line 88 and the getFolderIconColor method (lines 366, 372, 376) should be reviewed since they specifically use the old primary color for UI elements.

Copilot uses AI. Check for mistakes.
@gugu gugu merged commit e3648df into main Feb 6, 2026
15 checks passed
@gugu gugu deleted the feat/update-primary-color-to-blue branch February 6, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants